home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / make / mkmk-1.0 / mkmk-1 / mkmk / README < prev   
Encoding:
Text File  |  1993-11-28  |  980 b   |  35 lines

  1. mkmk 1.0  (kia@csa.bu.edu)
  2.  
  3. This program was designed for people who have little or no knowledge
  4. of makefiles and need to create one. It works by asking a series of
  5. basic questions and then creating a makefile from the answers. This 
  6. program is probably by no means suitible for more than small projects,
  7. but then again, its usefulness remains to be seen.
  8.  
  9. The file mkrc can be used to speed things up by storing personal
  10. makefile defaults, such as compiler flags, compiler, etc. By default
  11. mkmk searches for ~/.mkrc or /usr/lib/mkrc. Look at mkrc.sample for
  12. instructions and possible keywords. The -m flag can be used to specify
  13. a different rc file.
  14.  
  15. You need ncurses-1.8 and terminfo entries for the current terminal to
  16. run mkmk. These can be retrieved from the ncurses-1.8.tar.gz archive.
  17.  
  18. To compile:
  19.         make
  20.         make install
  21.  
  22. To run:
  23.         type mkmk...;)
  24.  
  25.  
  26. Check the manual page for additional information and
  27. please email any bugs or suggestions to kia@csa.bu.edu.
  28.  
  29. Karl Asha
  30.  
  31.  
  32.  
  33.  
  34.  
  35.